home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-02 / helpxref.zip / HELPXREF.DOC < prev    next >
Text File  |  1990-11-19  |  1KB  |  22 lines

  1. HELPXREF by David G. Cohen, CIS 70062,1720 -or- Genie D.COHEN8
  2.  
  3. --  I wrote helpxref for two reasons;
  4. 1) Our office wanted page references in our object professional help text.
  5. 2) It looked like fun.
  6. --  I ended up with a program which;
  7. 1) Inserts page references into object professional help text.
  8. 2) Handles duplicate methods a bit smarter. (See About Duplicates, below)
  9. 3) Is very quick.
  10. 4) Requires little memory.
  11. 5) Will handle an index of over 5,000 line items per 100K available.
  12. 6) Was fun.
  13.  
  14. HelpXref is fairly self explanatory in its usage. Just type HELPXREF.
  15.  
  16. -- Note:
  17. HelpXRef will remove residue from previous runs when you run it more than once.
  18. -- About Duplicates:
  19. After running HelpXRef, ask for help on a topic which is used in a variety of
  20. objects, i.e. "Init". Answer before HelpXRef was "Browser.Init". I thought that
  21. was quite a bad assumption. You will now be presented with a list of objects
  22. wherein "Init" is defined. These will be appropriately linked up.